Make the initial focus in dialogs work as intended
authorMatthias Clasen <mclasen@redhat.com>
Wed, 25 Aug 2010 04:43:16 +0000 (00:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 25 Aug 2010 04:43:16 +0000 (00:43 -0400)
commit586bbc9b133709432526cdcc0719d4e483f0a403
treed8d05561862da41b3e82ba63bbf3887a39672b55
parente1143c2d455b24e23d63739d259c799762ebcaa1
Make the initial focus in dialogs work as intended

We had code that tried to prevent selecting the text in the label
if we end up focusing a label, but it didn't take effect, because
we were moving the focus into the label again afterwards.
gtk/gtkdialog.c